home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MIDICraft's MIDINET CD-ROM
/
MIDICraft's MIDINET CD-ROM.iso
/
DOSUTILS
/
MIDIMAP.ZIP
/
MIDIMAP.MAK
< prev
next >
Wrap
Text File
|
1997-03-11
|
914b
|
74 lines
.AUTODEPEND
# *Translator Definitions*
CC = bcc +MIDIMAP.CFG
TASM = TASM
TLIB = tlib
TLINK = tlink
LIBPATH = D:\BORLANDC\LIB
INCLUDEPATH = D:\BORLANDC\INCLUDE
# *Implicit Rules*
.c.obj:
$(CC) -c {$< }
.cpp.obj:
$(CC) -c {$< }
# *List Macros*
EXE_dependencies = \
midimap.obj \
midiio.obj
# *Explicit Rules*
midimap.exe: midimap.cfg $(EXE_dependencies)
$(TLINK) /v/x/c/P-/L$(LIBPATH) @&&|
c0s.obj+
midimap.obj+
midiio.obj
midimap
# no map file
cs.lib
|
# *Individual File Dependencies*
midimap.obj: midimap.cfg midimap.cpp
midiio.obj: midimap.cfg midiio.cpp
# *Compiler Configuration File*
midimap.cfg: midimap.mak
copy &&|
-f-
-K
-N
-v
-rd
-vi-
-wbbf
-wpin
-wamb
-wamp
-w-par
-wasm
-wpro
-wcln
-wdef
-wsig
-wnod
-wstv
-wucp
-wuse
-weas
-wpre
-I$(INCLUDEPATH)
-L$(LIBPATH)
-DMIDI_BUFSIZE=8192
| midimap.cfg